ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / SortableBindingList<T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property
    In This Topic
    Gets the collection of sort descriptions currently applied to the data source.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDescriptions As ListSortDescriptionCollection
    public ListSortDescriptionCollection SortDescriptions {get;}
    See Also